home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk83 / popcli4 / popbug.h < prev    next >
C/C++ Source or Header  |  1995-03-19  |  233b  |  15 lines

  1. #ifdef BUGMACROS
  2.  
  3. extern void __stdargs    myprintf(char *,);
  4.  
  5. #define BUG(A)     (myprintf A)
  6. #define BUGWINDOW  "CON:320/0/320/200/PopCLI IV/a"
  7. #define BUGTEMPWIN "CON:0/0/320/200/Goin' Away!/a"
  8.  
  9. #else
  10.  
  11. #define BUG(A)    
  12.  
  13. #endif
  14.  
  15.